home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / WORDMISC / WRITTOOL.LZH / MEMO.DOC < prev    next >
Text File  |  1986-12-23  |  817b  |  25 lines

  1. -------------------------------------------------------------------------------
  2.  MEMO
  3. -------------------------------------------------------------------------------
  4. Summary:
  5.  
  6.      MEMO <filename>
  7.  
  8. MEMO is a program designed to handle your daily schedule.  MEMO gets the 
  9. current date via a DOS system call, then reads the specified file and matches 
  10. and displays the memos for that day.
  11.  
  12. The schedule file must be an ASCII file (a file which can be viewed with the 
  13. MS-DOS TYPE command), with data in the following format:
  14.  
  15.    Month Day        :  Message to be printed.
  16.    <- 14 spaces ->Colon<-------- 65 spaces ----------------->
  17.  
  18. Example:
  19.  
  20. Use the file named SCHEDULE.MEM to print out today's reminders.
  21.  
  22.      memo schedule.mem
  23.  
  24. See the contents of the file named SAMPLE.MEM on this disk.
  25.